home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / redbeard.swf / scripts / DefineButton2_55 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-09-12  |  72 b   |  5 lines

  1. on(release){
  2.    firstLevel = "L" + _root.highestLevel;
  3.    play();
  4. }
  5.